
|
论坛精华
>> Oracle 专栏
>> A 8-3 Creating Tablespaces [查看别人的评论] 由 macro 发布于: 2001-03-05 20:11
eg.
DATAFILE 要创建的表空间的名称。输入新建表空间的名称。 表空间名只能使用数据库字符集中的字符,最长可为 30 个字符。 MINIMUM EXTENT ensures that very used extent size in the tablespace is a multiple of the integer.(Use K or M to specify this size in kilobytes or megabytes) LOGGING 指定将数据文件联机。 specifies that ,by default, all tables , indexes,and partitions within the tablespace will hava all changes written to redo (NOLOGGING) DEFAULT specifies the default storage parameters for all objects created in the tablespace ONLINE makes the tablespace available for use immediately upon creation (OFFLINE) PERMANENT 永久:指定表空间用于存放永久性数据库对象。 该选项为默认值。 TEMPORARY 临时:指定表空间仅用于存放临时对象 (排序段)。 任何永久性对象都不能驻留于临时表空间中。 OEM 工具视图: __________________ 谢谢你抽时间看我的发言, Macro Zeng ================================== 我正在学习 Oracle ,坚持每天写读书笔记 |
该文章总得分是 0 分,你认为它对你有帮助吗? [非常多](0) [有一些](0) [无帮助](0) [是灌水](0)